projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44ef243
)
* configure.ac : Fix typo for MacOS nativecomp introduced by afb765ab3c
author
Andrea Corallo
<akrl@sdf.org>
Sun, 4 Oct 2020 20:48:37 +0000
(22:48 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 4 Oct 2020 20:48:37 +0000
(22:48 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 5aceac6d9516b29e7e415bd4918ff422a3bffa8a..be53578239b9e6cfe37a0881047887d3c664107f 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1910,7
+1910,7
@@
if test "${with_ns}" != no; then
ns_appdir=`pwd`/nextstep/Emacs.app
ns_appbindir=${ns_appdir}/Contents/MacOS
lispdirrel=Contents/Resources
- ns_appresdir=${ns_appdir}/{lispdirrel}
+ ns_appresdir=${ns_appdir}/
$
{lispdirrel}
ns_appsrc=Cocoa/Emacs.base
ns_fontfile=macfont.o
elif flags=$( (gnustep-config --objc-flags) 2>/dev/null); then